home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / port / hpux / README < prev    next >
Text File  |  1994-08-01  |  729b  |  17 lines

  1. $Header: /usr/people/sam/fax/port/hpux/RCS/README,v 1.2 1993/09/23 17:51:11 sam Rel $
  2.  
  3. This port was done on an HP 9000/730 w/ HPUX 9.01 and HP C++.  I
  4. wasn't able to try gcc 'cuz there was no libg++ installed (the
  5. missing include files made it impossible to compile most of the
  6. c++ code).
  7.  
  8. Notes:
  9.  
  10. o no cc -M to generate dependencies for mkdepend--I used gcc -M instead;
  11.   beware that it generates a bunch of warnings that can be ignored
  12. o /bin/sh's getopts doesn't seem to work so generic mkdepend fails;
  13.   used Linux version that doesn't use getopts
  14. o standard make can't hack Makefiles, must use gmake instead
  15. o everything builds correctly, but couldn't test make install or
  16.   faxadddmodem 'cuz I didn't have root permission
  17.